home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / FredFish PD 316.adf / IntuiSup / Applications / demotext / page8 < prev    next >
Text File  |  1990-02-06  |  555b  |  8 lines

  1. OpenTextArea(), EditTextArea(), etc...
  2.  
  3. Text Area structures offer a very powerful tool for all applications requiring text edition: editors, data bases, spreadsheets, desktop publishing and others.
  4.  
  5. Text Areas are defined as rectangles on window rastports associated to Gadget Ids, and behave like system string gadgets.  When activated, an area presents to the user a full featured 2 dimensional text editor. Editing is then available until an input event causes self-desactivation of the area.
  6.  
  7. A single function call is sufficient to use a Text Area.
  8.